From 944cf49b35b9fc50f7638c57b74e2d2c96b621f7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 26 May 1993 20:03:16 +0000 Subject: [PATCH] (LD_SWITCH_SYSTEM) [__GNUC__]: Pass -a archive to ld. --- src/s/hpux8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s/hpux8.h b/src/s/hpux8.h index b79a001c5f6..e49dcd6800c 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h @@ -15,7 +15,7 @@ Note GCC automatically passes -a archive to ld, and it has its own conflicting -a. */ #ifdef __GNUC__ -#define LD_SWITCH_SYSTEM -L/usr/lib/X11R4 -static +#define LD_SWITCH_SYSTEM -L/usr/lib/X11R4 -Xlinker -a -Xlinker archive /* No need to specify roundabout way of linking temacs. */ #define ORDINARY_LINK -- 2.30.2